{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Final Question
{% endblock %}
{% block content %}
What do you think that the probability of getting 0 (in %) is if you choose Lottery 1? Please, insert a number between 0 and 100.
{% formfields %}
{% next_button %}
{% endblock %}